home *** CD-ROM | disk | FTP | other *** search
INI File | 2005-10-13 | 6.0 KB | 330 lines |
- [%info]
- CSS Level 1
- Reference: http://www.w3.org/TR/REC-CSS1
-
- [%groups]
- colors=Colors and Backgrounds
- borders=Borders
- fonts=Font
- text=Text
- visual=Visual
-
- [%properties]
- background
- background-attachment
- background-color
- background-image
- background-position
- background-repeat
- border
- border-bottom
- border-bottom-width
- border-color
- border-left
- border-left-width
- border-right
- border-right-width
- border-style
- border-top
- border-top-width
- border-width
- clear
- color
- display
- float
- font
- font-family
- font-size
- font-style
- font-variant
- font-weight
- height
- letter-spacing
- line-height
- list-style
- list-style-image
- list-style-position
- list-style-type
- margin
- margin-bottom
- margin-left
- margin-right
- margin-top
- padding
- padding-bottom
- padding-left
- padding-right
- padding-top
- text-align
- text-decoration
- text-indent
- text-transform
- vertical-align
- white-space
- width
- word-spacing
-
- [%units]
- <length>=px|em|ex|pt|in|pc|mm|cm
-
- [%types]
- <border-style>=none|hidden|dotted|dashed|solid|double|groove|ridge|inset|outset
- <border-width>=<length>|thin|medium|thick
- <absolute-size>=xx-small|x-small|small|medium|large|x-large|xx-large
- <relative-size>=larger|smaller
- <generic-family>=serif|sans-serif|cursive|fantasy|monospace
-
-
- [background]
- group=colors
- value=<mixed>
- sub1=background-color,<color>|transparent
- sub2=background-image,<imageurl>|none
- sub3=background-repeat,repeat|repeat-x|repeat-y|no-repeat
- sub4=background-attachment,scroll|fixed
- sub5=background-position,<percentage>|<length>|top|center|bottom|left|right
-
- [background-attachment]
- group=colors
- value=scroll|fixed
-
- [background-color]
- group=colors
- value=<color>|transparent
-
- [background-image]
- group=colors
- value=<imageurl>|none
-
- [background-position]
- group=colors
- value=<percentage>|<length>|top|center|bottom|left|right
-
- [background-repeat]
- group=colors
- value=repeat|repeat-x|repeat-y|no-repeat
-
- [border]
- group=borders
- value=<mixed>
- sub1=width,<border-width>
- sub2=style,<border-style>
- sub3=color,<color>
-
- [border-bottom]
- group=borders
- value=<mixed>
- sub1=width,<border-width>
- sub2=style,<border-style>
- sub3=color,<color>
-
- [border-bottom-width]
- group=borders
- value=<border-width>
-
- [border-color]
- group=borders
- value=<mixed>|<color>
- sub1=border-top-color,<color>
- sub2=border-right-color,<color>
- sub3=border-bottom-color,<color>
- sub4=border-left-color,<color>
-
- [border-left]
- group=borders
- value=<mixed>
- sub1=width,<border-width>
- sub2=style,<border-style>
- sub3=color,<color>
-
- [border-left-width]
- group=borders
- value=<border-width>
-
- [border-right]
- group=borders
- value=<mixed>
- sub1=width,<border-width>
- sub2=style,<border-style>
- sub3=color,<color>
-
- [border-right-width]
- group=borders
- value=<border-width>
-
- [border-style]
- group=borders
- value=<border-style>
-
- [border-top]
- group=borders
- value=<mixed>
- sub1=width,<border-width>
- sub2=style,<border-style>
- sub3=color,<color>
-
- [border-top-width]
- group=borders
- value=<border-width>
-
- [border-width]
- group=borders
- value=<mixed>|<border-width>
- sub1=border-top-width,<border-width>
- sub2=border-right-width,<border-width>
- sub3=border-bottom-width,<border-width>
- sub4=border-left-width,<border-width>
-
- [clear]
- group=borders
- value=none|left|right|both
-
- [color]
- group=colors
- value=<color>
-
- [display]
- group=visual
- value=block|inline|list-item|none
-
- [float]
- group=borders
- value=left|right|none
-
- [font]
- group=fonts
- value=<mixed>
- sub1=font-style,normal|italic|oblique
- sub2=font-variant,normal|small-caps
- sub3=font-weight,normal|bolder|bold|lighter|100|200|300|400|500|600|700|800|900
- sub4=font-size,<length>|<percentage>|<relative-size>|<absolute-size>
- sub5=line-height,<percentage>|<length>|<number>|normal
- sub6=font-family,<font>
-
- [font-family]
- group=fonts
- value=<font>
-
- [font-size]
- group=fonts
- value=<length>|<percentage>|<relative-size>|<absolute-size>
-
- [font-style]
- group=fonts
- value=normal|italic|oblique
-
- [font-variant]
- group=fonts
- value=normal|small-caps
-
- [font-weight]
- group=fonts
- value=normal|bold|bolder|lighter|100|200|300|400|500|600|700|800|900
-
- [height]
- group=borders
- value=<length>|auto
-
- [letter-spacing]
- group=text
- value=<length>|normal
-
- [line-height]
- group=text
- value=<percentage>|<length>|normal
-
- [list-style]
- group=visual
- value=<mixed>
- sub1=list-style-type,disc|circle|square|decimal|lower-roman|upper-roman|lower-alpha|upper-alpha|none
- sub2=list-style-position,inside|outside
- sub3=list-style-image,<imageurl>|none
-
- [list-style-image]
- group=visual
- value=<imageurl>|none
-
- [list-style-position]
- group=visual
- value=inside|outside
-
- [list-style-type]
- group=visual
- value=disc|circle|square|decimal|lower-roman|upper-roman|lower-alpha|upper-alpha|none
-
- [margin]
- group=borders
- value=<mixed>|<percentage>|<length>|auto
- sub1=margin-top,<percentage>|<length>|auto
- sub2=margin-right,<percentage>|<length>|auto
- sub3=margin-bottom,<percentage>|<length>|auto
- sub4=margin-left,<percentage>|<length>|auto
-
- [margin-bottom]
- group=borders
- value=<percentage>|<length>|auto
-
- [margin-left]
- group=borders
- value=<percentage>|<length>|auto
-
- [margin-right]
- group=borders
- value=<percentage>|<length>|auto
-
- [margin-top]
- group=borders
- value=<percentage>|<length>|auto
-
- [padding]
- group=borders
- value=<mixed>|<percentage>|<length>
-
- [padding-bottom]
- group=borders
- value=<percentage>|<length>
-
- [padding-left]
- group=borders
- value=<percentage>|<length>
-
- [padding-right]
- group=borders
- value=<percentage>|<length>
-
- [padding-top]
- group=borders
- value=<percentage>|<length>
-
- [text-align]
- group=text
- value=left|right|center|justify
-
- [text-decoration]
- group=text
- value=none|underline|overline|line-through|blink
-
- [text-indent]
- group=text
- value=<percentage>|<length>
-
- [text-transform]
- group=text
- value=capitalize|uppercase|lowercase|none
-
- [vertical-align]
- group=text
- value=<percentage>|baseline|sub|super|top|text-top|middle|bottom|text-bottom
-
- [white-space]
- group=text
- value=normal|pre|nowrap
-
- [width]
- group=borders
- value=<percentage>|<length>|auto
-
- [word-spacing]
- group=text
- value=<length>|normal
-